home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / pc / cinelive97 data / media / interface / sommaire.xd < prev   
Encoding:
Text File  |  2005-11-30  |  45.0 KB  |  1,555 lines

  1. module O_DOCUMENT_1 is cDocument with
  2.     Flags is 342;
  3.     Name is "Document";
  4.     Autorun is false;
  5.     Clipping is false;
  6.     Enabled is false;
  7.     Shown is true;
  8.     Cursor is oDon_tCursor;
  9.     XAdjuster is cLayoutLeftAdjuster with
  10.         Delta is 0;
  11.     end;
  12.     YAdjuster is cLayoutTopAdjuster with
  13.         Delta is 0;
  14.     end;
  15.     WidthAdjuster is cCustomWidthAdjuster with
  16.         Delta is 800;
  17.     end;
  18.     HeightAdjuster is cCustomHeightAdjuster with
  19.         Delta is 600;
  20.     end;
  21.     Duration is 2147483647;
  22.     Looping is false;
  23.     Rate is 100;
  24.     TimeScale is 1000;
  25.     URLOption is cURLOption with
  26.     end;
  27.     Kind is cTransparentBoxKind with
  28.     end;
  29.     TimeLineTarget is cTarget with
  30.         ID is O_FILM3_5;
  31.     end;
  32.     DocType is true;
  33.     release Editor:
  34.         PaletteIndex is 1;
  35.         WindowState is {820,96,738,1104,0,0,0,0};
  36.     end;
  37.     Elements is [
  38.         O_FOND_2,
  39.         O_FILM1_3,
  40.         O_FILM2_4,
  41.         O_FILM3_5,
  42.         O_FILM4_6,
  43.         O_FILM5_7,
  44.         O_FILM7_8,
  45.         O_FILM8_9,
  46.         O_FILM9_10,
  47.         O_FILM10_11,
  48.         O_FILM11_12,
  49.         O_FILM12_13,
  50.         O_BONUS1_14,
  51.         O_PIXMANIA_15,
  52.         O_CINE_LIVE_COM_16,
  53.         O_CINE_LIVE_COM_17,
  54.         O_FILMOGRAPHIE_18,
  55.         O_AVANT_PREMIERE_20,
  56.         O_CPP_COM_21,
  57.         O_BOUCLE_VIDEO_22,
  58.         O_QUITTER_23,
  59.         O_MUSIC_24
  60.     ];
  61.     Events is [
  62.         cLoadedEvent with
  63.             Flags is 4;
  64.             Flag is true;
  65.             Commands is [
  66.                 cRunCommand with
  67.                     Flags is 0;
  68.                     Target is cTarget with
  69.                         ID is O_MUSIC_24;
  70.                     end;
  71.                     Mode is Set;
  72.                     Rewind is false;
  73.                 end
  74.             ];
  75.         end,
  76.         cKeyboardEvent with
  77.             Flags is 4;
  78.             CaseSensitive is true;
  79.             Test is Equal;
  80.             TestKey is "-";
  81.             Commands is [
  82.                 cSetVolumeCommand with
  83.                     Flags is 0;
  84.                     Mode is ExecuteBy;
  85.                     Level is -10;
  86.                 end
  87.             ];
  88.         end,
  89.         cKeyboardEvent with
  90.             Flags is 4;
  91.             CaseSensitive is true;
  92.             Test is Equal;
  93.             TestKey is "+";
  94.             Commands is [
  95.                 cSetVolumeCommand with
  96.                     Flags is 0;
  97.                     Mode is ExecuteBy;
  98.                     Level is 10;
  99.                 end
  100.             ];
  101.         end
  102.     ];
  103.     TimeLine is cTimeLine with
  104.         Flags is 0;
  105.         Duration is 0;
  106.         Start is 0;
  107.         Stop is 0;
  108.         Time is 0;
  109.         TimeScale is 1000;
  110.     end;
  111. end;
  112.  
  113. object O_FOND_2 is cImage with
  114.     Flags is 84;
  115.     Name is "Fond";
  116.     Autorun is true;
  117.     Clipping is false;
  118.     Enabled is true;
  119.     Shown is true;
  120.     Cursor is oDon_tCursor;
  121.     XAdjuster is cLayoutLeftAdjuster with
  122.         Delta is 0;
  123.     end;
  124.     YAdjuster is cLayoutTopAdjuster with
  125.         Delta is 0;
  126.     end;
  127.     WidthAdjuster is cDataWidthAdjuster with
  128.         Delta is 0;
  129.     end;
  130.     HeightAdjuster is cDataHeightAdjuster with
  131.         Delta is 0;
  132.     end;
  133.     Duration is 2147483647;
  134.     Looping is false;
  135.     Rate is 100;
  136.     TimeScale is 1;
  137.     URLOption is cDiskURLOption with
  138.         URL is "Media/Images/sommaire.jpg";
  139.     end;
  140.     Kind is cScaledImageKind with
  141.         Constrain is false;
  142.         Proportional is false;
  143.     end;
  144.     Bitmapped is true;
  145.     Mode is -1;
  146.     Red is 255;
  147.     Green is 255;
  148.     Blue is 255;
  149.     release Editor:
  150.     end;
  151.     TimeLine is cTimeLine with
  152.         Flags is 0;
  153.         Duration is 0;
  154.         Start is 0;
  155.         Stop is 0;
  156.         Time is 0;
  157.         TimeScale is 1;
  158.     end;
  159. end;
  160.  
  161. object O_FILM1_3 is cBox with
  162.     Flags is 336;
  163.     Name is "Film1";
  164.     Autorun is false;
  165.     Clipping is false;
  166.     Enabled is true;
  167.     Shown is true;
  168.     Cursor is oFingerCursor;
  169.     XAdjuster is cLayoutLeftAdjuster with
  170.         Delta is 304;
  171.     end;
  172.     YAdjuster is cLayoutTopAdjuster with
  173.         Delta is 127;
  174.     end;
  175.     WidthAdjuster is cCustomWidthAdjuster with
  176.         Delta is 81;
  177.     end;
  178.     HeightAdjuster is cCustomHeightAdjuster with
  179.         Delta is 137;
  180.     end;
  181.     Region is cRegion with
  182.         Coordinates is {-65164,393216,8847437,393292,5079039,458825,5013503,524358,4816895,589891,4620287,655424,4423679,720956,4227071,786489,3964927,852022,3768319,917555,3571711,983088,3375103,1048620,3178495,1114153,2916351,1179686,2719743,1245219,2523135,1310751,2326527,1376284,2064383,1441817,1867775,1507350,1671167,1572883,1474559,1638415,1277951,1703948,1015807,1769481,819199,1835014,622591,1900547,425983,1966080,229375,7602252,5079039,7667784,5013503,7733316,4751359,7798847,4489215,7864379,4161535,7929911,3899391,7995443,3637247,8060975,3375103,8126507,3112959,8192039,2850815,8257570,2588671,8323102,2260991,8388634,1998847,8454166,1736703,8519698,1474559,8585230,1212415,8650761,950271,8716293,622591,8781825,360447,8847360,98303,2147418112};
  183.     end;
  184.     Duration is 2147483647;
  185.     Looping is false;
  186.     Rate is 100;
  187.     TimeScale is 1000;
  188.     URLOption is cURLOption with
  189.     end;
  190.     Kind is cTransparentBoxKind with
  191.     end;
  192.     release Editor:
  193.     end;
  194.     Events is [
  195.         cMouseUpEvent with
  196.             Flags is 4;
  197.             Flag is true;
  198.             Commands is [
  199.                 cQTTransitionCommand with
  200.                     Flags is 4;
  201.                     Transition is cQTTransition with
  202.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  203.                     end;
  204.                     Duration is 30;
  205.                     TimeScale is 60;
  206.                     WrongWay is false;
  207.                 end,
  208.                 cBrowseCommand with
  209.                     Flags is 4;
  210.                     Target is cTarget with
  211.                         ID is oTargetRoot;
  212.                     end;
  213.                     All is false;
  214.                     URLOption is cDiskURLOption with
  215.                         URL is "Media/Interface/e9.xd";
  216.                     end;
  217.                 end
  218.             ];
  219.         end
  220.     ];
  221.     TimeLine is cTimeLine with
  222.         Flags is 0;
  223.         Duration is 0;
  224.         Start is 0;
  225.         Stop is 0;
  226.         Time is 0;
  227.         TimeScale is 1000;
  228.     end;
  229. end;
  230.  
  231. object O_FILM2_4 is cBox with
  232.     Flags is 336;
  233.     Name is "Film2";
  234.     Autorun is false;
  235.     Clipping is false;
  236.     Enabled is true;
  237.     Shown is true;
  238.     Cursor is oFingerCursor;
  239.     XAdjuster is cLayoutLeftAdjuster with
  240.         Delta is 383;
  241.     end;
  242.     YAdjuster is cLayoutTopAdjuster with
  243.         Delta is 114;
  244.     end;
  245.     WidthAdjuster is cCustomWidthAdjuster with
  246.         Delta is 85;
  247.     end;
  248.     HeightAdjuster is cCustomHeightAdjuster with
  249.         Delta is 140;
  250.     end;
  251.     Region is cRegion with
  252.         Coordinates is {-65328,524288,8650834,524367,5406719,589896,5210111,655424,4751359,720953,4227071,786481,3768319,852010,3244031,917539,2785279,983067,2326527,1048596,1802239,1114124,1343487,1179648,65541,819199,1245184,360447,4915200,98303,7995471,5406719,8060999,5210111,8126527,4685823,8192054,4161535,8257582,3571711,8323110,3047423,8388638,2523135,8454166,1998847,8519693,1474559,8585221,884735,8650752,360447,2147418112};
  253.     end;
  254.     Duration is 2147483647;
  255.     Looping is false;
  256.     Rate is 100;
  257.     TimeScale is 1000;
  258.     URLOption is cURLOption with
  259.     end;
  260.     Kind is cTransparentBoxKind with
  261.     end;
  262.     release Editor:
  263.     end;
  264.     Events is [
  265.         cMouseUpEvent with
  266.             Flags is 4;
  267.             Flag is true;
  268.             Commands is [
  269.                 cQTTransitionCommand with
  270.                     Flags is 4;
  271.                     Transition is cQTTransition with
  272.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  273.                     end;
  274.                     Duration is 30;
  275.                     TimeScale is 60;
  276.                     WrongWay is false;
  277.                 end,
  278.                 cBrowseCommand with
  279.                     Flags is 4;
  280.                     Target is cTarget with
  281.                         ID is oTargetRoot;
  282.                     end;
  283.                     All is false;
  284.                     URLOption is cDiskURLOption with
  285.                         URL is "Media/Interface/e11.xd";
  286.                     end;
  287.                 end
  288.             ];
  289.         end
  290.     ];
  291.     TimeLine is cTimeLine with
  292.         Flags is 0;
  293.         Duration is 0;
  294.         Start is 0;
  295.         Stop is 0;
  296.         Time is 0;
  297.         TimeScale is 1000;
  298.     end;
  299. end;
  300.  
  301. object O_FILM3_5 is cBox with
  302.     Flags is 336;
  303.     Name is "Film3";
  304.     Autorun is false;
  305.     Clipping is false;
  306.     Enabled is true;
  307.     Shown is true;
  308.     Cursor is oFingerCursor;
  309.     XAdjuster is cLayoutLeftAdjuster with
  310.         Delta is 464;
  311.     end;
  312.     YAdjuster is cLayoutTopAdjuster with
  313.         Delta is 109;
  314.     end;
  315.     WidthAdjuster is cCustomWidthAdjuster with
  316.         Delta is 81;
  317.     end;
  318.     HeightAdjuster is cCustomHeightAdjuster with
  319.         Delta is 137;
  320.     end;
  321.     Region is cRegion with
  322.         Coordinates is {-65480,1048579,8257615,1048581,2785279,1114116,327722,5210111,4653134,5210111,4718595,294911,8257539,5144575,2147418112};
  323.     end;
  324.     Duration is 2147483647;
  325.     Looping is false;
  326.     Rate is 100;
  327.     TimeScale is 1000;
  328.     URLOption is cURLOption with
  329.     end;
  330.     Kind is cTransparentBoxKind with
  331.     end;
  332.     release Editor:
  333.     end;
  334.     Events is [
  335.         cMouseUpEvent with
  336.             Flags is 4;
  337.             Flag is true;
  338.             Commands is [
  339.                 cQTTransitionCommand with
  340.                     Flags is 4;
  341.                     Transition is cQTTransition with
  342.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  343.                     end;
  344.                     Duration is 30;
  345.                     TimeScale is 60;
  346.                     WrongWay is false;
  347.                 end,
  348.                 cBrowseCommand with
  349.                     Flags is 4;
  350.                     Target is cTarget with
  351.                         ID is oTargetRoot;
  352.                     end;
  353.                     All is false;
  354.                     URLOption is cDiskURLOption with
  355.                         URL is "Media/Interface/e4.xd";
  356.                     end;
  357.                 end
  358.             ];
  359.         end
  360.     ];
  361.     TimeLine is cTimeLine with
  362.         Flags is 0;
  363.         Duration is 0;
  364.         Start is 0;
  365.         Stop is 0;
  366.         Time is 0;
  367.         TimeScale is 1000;
  368.     end;
  369. end;
  370.  
  371. object O_FILM4_6 is cBox with
  372.     Flags is 336;
  373.     Name is "Film4";
  374.     Autorun is false;
  375.     Clipping is false;
  376.     Enabled is true;
  377.     Shown is true;
  378.     Cursor is oFingerCursor;
  379.     XAdjuster is cLayoutLeftAdjuster with
  380.         Delta is 545;
  381.     end;
  382.     YAdjuster is cLayoutTopAdjuster with
  383.         Delta is 110;
  384.     end;
  385.     WidthAdjuster is cCustomWidthAdjuster with
  386.         Delta is 86;
  387.     end;
  388.     HeightAdjuster is cCustomHeightAdjuster with
  389.         Delta is 137;
  390.     end;
  391.     Region is cRegion with
  392.         Coordinates is {-65468,983040,8192082,983041,5406719,1048577,163839,3080193,163839,7012352,98303,8060928,1015807,8126479,4489215,8192068,5406719,2147418112};
  393.     end;
  394.     Duration is 2147483647;
  395.     Looping is false;
  396.     Rate is 100;
  397.     TimeScale is 1000;
  398.     URLOption is cURLOption with
  399.     end;
  400.     Kind is cTransparentBoxKind with
  401.     end;
  402.     release Editor:
  403.     end;
  404.     Events is [
  405.         cMouseUpEvent with
  406.             Flags is 4;
  407.             Flag is true;
  408.             Commands is [
  409.                 cQTTransitionCommand with
  410.                     Flags is 4;
  411.                     Transition is cQTTransition with
  412.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  413.                     end;
  414.                     Duration is 30;
  415.                     TimeScale is 60;
  416.                     WrongWay is false;
  417.                 end,
  418.                 cBrowseCommand with
  419.                     Flags is 4;
  420.                     Target is cTarget with
  421.                         ID is oTargetRoot;
  422.                     end;
  423.                     All is false;
  424.                     URLOption is cDiskURLOption with
  425.                         URL is "Media/Interface/e1.xd";
  426.                     end;
  427.                 end
  428.             ];
  429.         end
  430.     ];
  431.     TimeLine is cTimeLine with
  432.         Flags is 0;
  433.         Duration is 0;
  434.         Start is 0;
  435.         Stop is 0;
  436.         Time is 0;
  437.         TimeScale is 1000;
  438.     end;
  439. end;
  440.  
  441. object O_FILM5_7 is cBox with
  442.     Flags is 0;
  443.     Name is "Film5";
  444.     Autorun is false;
  445.     Clipping is false;
  446.     Enabled is true;
  447.     Shown is true;
  448.     Cursor is oFingerCursor;
  449.     XAdjuster is cLayoutLeftAdjuster with
  450.         Delta is 631;
  451.     end;
  452.     YAdjuster is cLayoutTopAdjuster with
  453.         Delta is 116;
  454.     end;
  455.     WidthAdjuster is cCustomWidthAdjuster with
  456.         Delta is 81;
  457.     end;
  458.     HeightAdjuster is cCustomHeightAdjuster with
  459.         Delta is 137;
  460.     end;
  461.     Region is cRegion with
  462.         Coordinates is {-65332,851970,8650832,851970,425983,917510,1081343,983056,1736703,1048602,2392063,1114148,2981887,1179693,3637247,1245239,4292607,1310785,4947967,1376331,5275647,7733250,360447,7798789,688127,7864330,1081343,7929872,1409023,7995413,1802239,8060955,2195455,8126497,2523135,8192038,2916351,8257580,3244031,8323121,3637247,8388663,3964927,8454204,4358143,8519746,4751359,8585288,5079039,8650829,5275647,2147418112};
  463.     end;
  464.     Duration is 2147483647;
  465.     Looping is false;
  466.     Rate is 100;
  467.     TimeScale is 1000;
  468.     URLOption is cURLOption with
  469.     end;
  470.     Kind is cTransparentBoxKind with
  471.     end;
  472.     release Editor:
  473.     end;
  474.     Events is [
  475.         cMouseUpEvent with
  476.             Flags is 0;
  477.             Flag is true;
  478.             Commands is [
  479.                 cQTTransitionCommand with
  480.                     Flags is 0;
  481.                     Transition is cQTTransition with
  482.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  483.                     end;
  484.                     Duration is 30;
  485.                     TimeScale is 60;
  486.                     WrongWay is false;
  487.                 end,
  488.                 cBrowseCommand with
  489.                     Flags is 0;
  490.                     Target is cTarget with
  491.                         ID is oTargetRoot;
  492.                     end;
  493.                     All is false;
  494.                     URLOption is cDiskURLOption with
  495.                         URL is "Media/Interface/e7.xd";
  496.                     end;
  497.                 end
  498.             ];
  499.         end
  500.     ];
  501.     TimeLine is cTimeLine with
  502.         Flags is 0;
  503.         Duration is 0;
  504.         Start is 0;
  505.         Stop is 0;
  506.         Time is 0;
  507.         TimeScale is 1000;
  508.     end;
  509. end;
  510.  
  511. object O_FILM7_8 is cBox with
  512.     Flags is 336;
  513.     Name is "Film7";
  514.     Autorun is false;
  515.     Clipping is false;
  516.     Enabled is true;
  517.     Shown is true;
  518.     Cursor is oFingerCursor;
  519.     XAdjuster is cLayoutLeftAdjuster with
  520.         Delta is 302;
  521.     end;
  522.     YAdjuster is cLayoutTopAdjuster with
  523.         Delta is 235;
  524.     end;
  525.     WidthAdjuster is cCustomWidthAdjuster with
  526.         Delta is 81;
  527.     end;
  528.     HeightAdjuster is cCustomHeightAdjuster with
  529.         Delta is 137;
  530.     end;
  531.     Region is cRegion with
  532.         Coordinates is {-65156,851968,8912974,852044,5079039,917575,5013503,983107,4685823,1048639,4423679,1114170,4161535,1179702,3833855,1245233,3571711,1310765,3244031,1376297,2981887,1441828,2719743,1507360,2392063,1572892,2129919,1638423,1867775,1703955,1540095,1769486,1277951,1835018,950271,1900550,688127,1966081,425983,2031616,98303,2228224,98303,2949121,163839,3342338,753663,3473419,819199,3538956,884735,4456461,950271,6094862,1015807,7536717,5144575,7798861,5144575,7864396,5079039,7929928,5013503,7995460,4751359,8060992,4489215,8126524,4227071,8192014,983096,3964927,8257588,3702783,8323120,3440639,8388652,3178495,8454184,2916351,8519716,2654207,8585248,2392063,8650765,917532,2129919,8716312,1867775,8781844,1605631,8847376,1343487,8912909,1081343,2147418112};
  533.     end;
  534.     Duration is 2147483647;
  535.     Looping is false;
  536.     Rate is 100;
  537.     TimeScale is 1000;
  538.     URLOption is cURLOption with
  539.     end;
  540.     Kind is cTransparentBoxKind with
  541.     end;
  542.     release Editor:
  543.     end;
  544.     Events is [
  545.         cMouseUpEvent with
  546.             Flags is 4;
  547.             Flag is true;
  548.             Commands is [
  549.                 cQTTransitionCommand with
  550.                     Flags is 4;
  551.                     Transition is cQTTransition with
  552.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  553.                     end;
  554.                     Duration is 30;
  555.                     TimeScale is 60;
  556.                     WrongWay is false;
  557.                 end,
  558.                 cBrowseCommand with
  559.                     Flags is 4;
  560.                     Target is cTarget with
  561.                         ID is oTargetRoot;
  562.                     end;
  563.                     All is false;
  564.                     URLOption is cDiskURLOption with
  565.                         URL is "Media/Interface/e5.xd";
  566.                     end;
  567.                 end
  568.             ];
  569.         end
  570.     ];
  571.     TimeLine is cTimeLine with
  572.         Flags is 0;
  573.         Duration is 0;
  574.         Start is 0;
  575.         Stop is 0;
  576.         Time is 0;
  577.         TimeScale is 1000;
  578.     end;
  579. end;
  580.  
  581. object O_FILM8_9 is cBox with
  582.     Flags is 336;
  583.     Name is "Film8";
  584.     Autorun is false;
  585.     Clipping is false;
  586.     Enabled is true;
  587.     Shown is true;
  588.     Cursor is oFingerCursor;
  589.     XAdjuster is cLayoutLeftAdjuster with
  590.         Delta is 381;
  591.     end;
  592.     YAdjuster is cLayoutTopAdjuster with
  593.         Delta is 230;
  594.     end;
  595.     WidthAdjuster is cCustomWidthAdjuster with
  596.         Delta is 85;
  597.     end;
  598.     HeightAdjuster is cCustomHeightAdjuster with
  599.         Delta is 139;
  600.     end;
  601.     Region is cRegion with
  602.         Coordinates is {-65324,393216,8257620,393297,5537791,458824,5341183,524352,4751359,589880,4227071,655407,3702783,720935,3112959,786462,2588671,851990,1998847,917518,1474559,983045,950271,1048578,360447,1966081,163839,2228307,5537791,3801088,98303,5963858,5472255,7667791,5406719,7733318,5210111,7798844,4620287,7864370,3964927,7929897,3309567,7995423,2719743,8060949,2064383,8126476,1409023,8192002,819199,8257536,163839,2147418112};
  603.     end;
  604.     Duration is 2147483647;
  605.     Looping is false;
  606.     Rate is 100;
  607.     TimeScale is 1000;
  608.     URLOption is cURLOption with
  609.     end;
  610.     Kind is cTransparentBoxKind with
  611.     end;
  612.     release Editor:
  613.     end;
  614.     Events is [
  615.         cMouseUpEvent with
  616.             Flags is 4;
  617.             Flag is true;
  618.             Commands is [
  619.                 cQTTransitionCommand with
  620.                     Flags is 4;
  621.                     Transition is cQTTransition with
  622.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  623.                     end;
  624.                     Duration is 30;
  625.                     TimeScale is 60;
  626.                     WrongWay is false;
  627.                 end,
  628.                 cBrowseCommand with
  629.                     Flags is 4;
  630.                     Target is cTarget with
  631.                         ID is oTargetRoot;
  632.                     end;
  633.                     All is false;
  634.                     URLOption is cDiskURLOption with
  635.                         URL is "Media/Interface/e3.xd";
  636.                     end;
  637.                 end
  638.             ];
  639.         end
  640.     ];
  641.     TimeLine is cTimeLine with
  642.         Flags is 0;
  643.         Duration is 0;
  644.         Start is 0;
  645.         Stop is 0;
  646.         Time is 0;
  647.         TimeScale is 1000;
  648.     end;
  649. end;
  650.  
  651. object O_FILM9_10 is cBox with
  652.     Flags is 336;
  653.     Name is "Film9";
  654.     Autorun is false;
  655.     Clipping is false;
  656.     Enabled is true;
  657.     Shown is true;
  658.     Cursor is oFingerCursor;
  659.     XAdjuster is cLayoutLeftAdjuster with
  660.         Delta is 462;
  661.     end;
  662.     YAdjuster is cLayoutTopAdjuster with
  663.         Delta is 232;
  664.     end;
  665.     WidthAdjuster is cCustomWidthAdjuster with
  666.         Delta is 81;
  667.     end;
  668.     HeightAdjuster is cCustomHeightAdjuster with
  669.         Delta is 137;
  670.     end;
  671.     Region is cRegion with
  672.         Coordinates is {-65444,458753,7536718,458757,5144575,524292,360447,1769475,294911,4063234,229375,6356993,163839,7274565,5144575,7340082,4554751,7405599,3309567,7471116,2064383,7536641,819199,2147418112};
  673.     end;
  674.     Duration is 2147483647;
  675.     Looping is false;
  676.     Rate is 100;
  677.     TimeScale is 1000;
  678.     URLOption is cURLOption with
  679.     end;
  680.     Kind is cTransparentBoxKind with
  681.     end;
  682.     release Editor:
  683.     end;
  684.     Events is [
  685.         cMouseUpEvent with
  686.             Flags is 4;
  687.             Flag is true;
  688.             Commands is [
  689.                 cQTTransitionCommand with
  690.                     Flags is 4;
  691.                     Transition is cQTTransition with
  692.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  693.                     end;
  694.                     Duration is 30;
  695.                     TimeScale is 60;
  696.                     WrongWay is false;
  697.                 end,
  698.                 cBrowseCommand with
  699.                     Flags is 4;
  700.                     Target is cTarget with
  701.                         ID is oTargetRoot;
  702.                     end;
  703.                     All is false;
  704.                     URLOption is cDiskURLOption with
  705.                         URL is "Media/Interface/e2.xd";
  706.                     end;
  707.                 end
  708.             ];
  709.         end
  710.     ];
  711.     TimeLine is cTimeLine with
  712.         Flags is 0;
  713.         Duration is 0;
  714.         Start is 0;
  715.         Stop is 0;
  716.         Time is 0;
  717.         TimeScale is 1000;
  718.     end;
  719. end;
  720.  
  721. object O_FILM10_11 is cBox with
  722.     Flags is 336;
  723.     Name is "Film10";
  724.     Autorun is false;
  725.     Clipping is false;
  726.     Enabled is true;
  727.     Shown is true;
  728.     Cursor is oFingerCursor;
  729.     XAdjuster is cLayoutLeftAdjuster with
  730.         Delta is 544;
  731.     end;
  732.     YAdjuster is cLayoutTopAdjuster with
  733.         Delta is 226;
  734.     end;
  735.     WidthAdjuster is cCustomWidthAdjuster with
  736.         Delta is 90;
  737.     end;
  738.     HeightAdjuster is cCustomHeightAdjuster with
  739.         Delta is 140;
  740.     end;
  741.     Region is cRegion with
  742.         Coordinates is {-65500,786433,7929946,786433,5931007,4391001,5931007,7929857,5865471,2147418112};
  743.     end;
  744.     Duration is 2147483647;
  745.     Looping is false;
  746.     Rate is 100;
  747.     TimeScale is 1000;
  748.     URLOption is cURLOption with
  749.     end;
  750.     Kind is cTransparentBoxKind with
  751.     end;
  752.     release Editor:
  753.     end;
  754.     Events is [
  755.         cMouseUpEvent with
  756.             Flags is 4;
  757.             Flag is true;
  758.             Commands is [
  759.                 cQTTransitionCommand with
  760.                     Flags is 4;
  761.                     Transition is cQTTransition with
  762.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  763.                     end;
  764.                     Duration is 30;
  765.                     TimeScale is 60;
  766.                     WrongWay is false;
  767.                 end,
  768.                 cBrowseCommand with
  769.                     Flags is 4;
  770.                     Target is cTarget with
  771.                         ID is oTargetRoot;
  772.                     end;
  773.                     All is false;
  774.                     URLOption is cDiskURLOption with
  775.                         URL is "Media/Interface/e6.xd";
  776.                     end;
  777.                 end
  778.             ];
  779.         end
  780.     ];
  781.     TimeLine is cTimeLine with
  782.         Flags is 0;
  783.         Duration is 0;
  784.         Start is 0;
  785.         Stop is 0;
  786.         Time is 0;
  787.         TimeScale is 1000;
  788.     end;
  789. end;
  790.  
  791. object O_FILM11_12 is cBox with
  792.     Flags is 336;
  793.     Name is "Film11";
  794.     Autorun is false;
  795.     Clipping is false;
  796.     Enabled is true;
  797.     Shown is true;
  798.     Cursor is oFingerCursor;
  799.     XAdjuster is cLayoutLeftAdjuster with
  800.         Delta is 632;
  801.     end;
  802.     YAdjuster is cLayoutTopAdjuster with
  803.         Delta is 232;
  804.     end;
  805.     WidthAdjuster is cCustomWidthAdjuster with
  806.         Delta is 81;
  807.     end;
  808.     HeightAdjuster is cCustomHeightAdjuster with
  809.         Delta is 137;
  810.     end;
  811.     Region is cRegion with
  812.         Coordinates is {-65364,655360,7929936,655362,425983,720898,196614,1081343,786448,1736703,851994,2392063,917540,2981887,983085,3637247,1048631,4292607,1114177,4947967,1179723,5275647,1900546,229375,4063233,163839,6225920,98303,7536640,425983,7602182,1277951,7667731,2129919,7733280,3014735,5275647,7798830,3899391,7864379,4751359,7929928,5210111,2147418112};
  813.     end;
  814.     Duration is 2147483647;
  815.     Looping is false;
  816.     Rate is 100;
  817.     TimeScale is 1000;
  818.     URLOption is cURLOption with
  819.     end;
  820.     Kind is cTransparentBoxKind with
  821.     end;
  822.     release Editor:
  823.     end;
  824.     Events is [
  825.         cMouseUpEvent with
  826.             Flags is 4;
  827.             Flag is true;
  828.             Commands is [
  829.                 cQTTransitionCommand with
  830.                     Flags is 4;
  831.                     Transition is cQTTransition with
  832.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  833.                     end;
  834.                     Duration is 30;
  835.                     TimeScale is 60;
  836.                     WrongWay is false;
  837.                 end,
  838.                 cBrowseCommand with
  839.                     Flags is 4;
  840.                     Target is cTarget with
  841.                         ID is oTargetRoot;
  842.                     end;
  843.                     All is false;
  844.                     URLOption is cDiskURLOption with
  845.                         URL is "Media/Interface/e8.xd";
  846.                     end;
  847.                 end
  848.             ];
  849.         end
  850.     ];
  851.     TimeLine is cTimeLine with
  852.         Flags is 0;
  853.         Duration is 0;
  854.         Start is 0;
  855.         Stop is 0;
  856.         Time is 0;
  857.         TimeScale is 1000;
  858.     end;
  859. end;
  860.  
  861. object O_FILM12_13 is cBox with
  862.     Flags is 336;
  863.     Name is "Film12";
  864.     Autorun is false;
  865.     Clipping is false;
  866.     Enabled is true;
  867.     Shown is true;
  868.     Cursor is oFingerCursor;
  869.     XAdjuster is cLayoutLeftAdjuster with
  870.         Delta is 714;
  871.     end;
  872.     YAdjuster is cLayoutTopAdjuster with
  873.         Delta is 242;
  874.     end;
  875.     WidthAdjuster is cCustomWidthAdjuster with
  876.         Delta is 81;
  877.     end;
  878.     HeightAdjuster is cCustomHeightAdjuster with
  879.         Delta is 137;
  880.     end;
  881.     Region is cRegion with
  882.         Coordinates is {-65284,524289,7864396,524290,360447,589829,753663,655371,1146879,720913,1605631,786456,1998847,851998,2392063,917540,2785279,983082,3178495,1048624,3571711,1114166,4030463,1179709,4423679,1245251,4816895,1310793,5013503,3735553,163839,7077889,229375,7143427,557055,7208968,819199,7274508,1081343,7340048,1409023,7405589,1638475,5013503,7471129,1966117,3276872,4947967,7536670,2424901,4751359,7602242,4554751,7667761,3276863,4358143,7733308,4161535,7798833,3407929,3964927,7864372,3768319,2147418112};
  883.     end;
  884.     Duration is 2147483647;
  885.     Looping is false;
  886.     Rate is 100;
  887.     TimeScale is 1000;
  888.     URLOption is cURLOption with
  889.     end;
  890.     Kind is cTransparentBoxKind with
  891.     end;
  892.     release Editor:
  893.     end;
  894.     Events is [
  895.         cMouseUpEvent with
  896.             Flags is 4;
  897.             Flag is true;
  898.             Commands is [
  899.                 cQTTransitionCommand with
  900.                     Flags is 4;
  901.                     Transition is cQTTransition with
  902.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  903.                     end;
  904.                     Duration is 30;
  905.                     TimeScale is 60;
  906.                     WrongWay is false;
  907.                 end,
  908.                 cBrowseCommand with
  909.                     Flags is 4;
  910.                     Target is cTarget with
  911.                         ID is oTargetRoot;
  912.                     end;
  913.                     All is false;
  914.                     URLOption is cDiskURLOption with
  915.                         URL is "Media/Interface/e10.xd";
  916.                     end;
  917.                 end
  918.             ];
  919.         end
  920.     ];
  921.     TimeLine is cTimeLine with
  922.         Flags is 0;
  923.         Duration is 0;
  924.         Start is 0;
  925.         Stop is 0;
  926.         Time is 0;
  927.         TimeScale is 1000;
  928.     end;
  929. end;
  930.  
  931. object O_BONUS1_14 is cBox with
  932.     Flags is 336;
  933.     Name is "Bonus1";
  934.     Autorun is false;
  935.     Clipping is false;
  936.     Enabled is true;
  937.     Shown is true;
  938.     Cursor is oFingerCursor;
  939.     XAdjuster is cLayoutLeftAdjuster with
  940.         Delta is 252;
  941.     end;
  942.     YAdjuster is cLayoutTopAdjuster with
  943.         Delta is 357;
  944.     end;
  945.     WidthAdjuster is cCustomWidthAdjuster with
  946.         Delta is 339;
  947.     end;
  948.     HeightAdjuster is cCustomHeightAdjuster with
  949.         Delta is 243;
  950.     end;
  951.     Region is cRegion with
  952.         Coordinates is {-63628,67,15925555,131,8683519,65668,8749055,131205,8814591,196742,8880127,262279,8945663,327816,9076735,393354,9142271,458891,9207807,524428,9273343,589965,9338879,655490,8585358,9469951,721040,9535487,786577,9601023,852114,9666559,917651,9732095,983188,9863167,1048726,9928703,1114263,9994239,1179800,10059775,1245337,10125311,1310874,10256383,1376385,8519836,10321919,1441949,10452991,1507487,10518527,1573024,10649599,1638528,8454306,10715135,1704099,10846207,1769637,10911743,1835174,11042815,1900671,8388776,11108351,1966249,11239423,2031787,11436031,2097326,11632639,2162814,8323249,11763711,2228403,11960319,2293942,12156927,2359481,12353535,2424957,8257724,12484607,2490558,12550143,2556095,12615679,2621632,12681215,2687100,8192193,12746751,2752706,12812287,2818243,12877823,2883780,12943359,2949243,8126661,13008895,3014854,13074431,3080391,13139967,3145928,13205503,3211386,8061129,13271039,3277002,13336575,3342539,13402111,3408076,13467647,3473613,13533183,3539065,7995598,13598719,3604687,13664255,3670224,13729791,3735761,13795327,3801298,13860863,3866744,7930067,13926399,3932372,13991935,3997909,14057471,4063446,14123007,4194519,14188543,4259959,7897087,4325592,14254079,4456665,14319615,4522202,14385151,4653174,7799003,14450687,4784348,14516223,4915421,14581759,4980853,7766015,5046494,14647295,5177567,14712831,5308640,14778367,5374068,7700479,5439713,14843903,5570786,14909439,5636323,14974975,5767283,7602404,15040511,5898469,15106047,6029542,15171583,6094962,7569407,6160615,15237119,6291688,15302655,6422761,15368191,6488177,7503871,6553834,15433727,6684907,15499263,6750444,15564799,6881392,7405805,15630335,7012590,15695871,7143663,15761407,7209071,7372799,7340272,15826943,7536881,15892479,7602286,7307263,7799026,15958015,7995501,7209203,16023551,8192244,16154623,8257782,16351231,8323180,7143673,16613375,8388861,16875519,8454401,17072127,8519940,17334271,8585480,17465343,8651017,17465343,8847624,17399807,8978695,17334271,9175302,17268735,9240683,7110655,9306373,17203199,9437444,17137663,9634051,17072127,9765122,17006591,9961729,16941055,10092800,16875519,10158335,16809983,10223870,16744447,10289405,16678911,10354940,16613375,10420474,16547839,10486009,16416767,10551544,16351231,10616938,7012599,16285695,10682607,15728886,16220159,10748141,15663344,15859957,16154623,10813675,15532274,16089087,10879209,15433727,10944743,15302655,11075815,15237119,11337834,7045119,11403371,7241727,11468910,7372799,11534448,7569407,11599987,7667944,15302655,11665525,7897087,11731064,8028159,11796602,8224767,11862141,8355839,11927679,8552447,11993218,8683519,12058756,8880127,12124295,8978665,15368191,12189833,9207807,12255372,9273343,12320908,9273343,12386442,9207807,12451977,9044202,15433727,12517512,8978667,15499263,12583046,8913132,15630335,12648581,8782062,15761407,12714115,8716528,15826943,12779650,8585457,15958015,12845184,8519923,16023551,12910719,8388852,16154623,12976253,8323318,16285695,13041788,8192248,16351231,13107323,8126713,16482303,13172857,8061179,16547839,13238392,7930108,16678911,13303926,7864574,16744447,13369461,7733503,16875519,13434996,7667969,17006591,13500531,7602435,17072127,13566066,7536900,17203199,13631750,17268735,13697137,7471367,17399807,13762672,7405833,17530879,13828207,7340299,17596415,13893742,7274764,17727487,13959277,7209230,17793023,14024975,17924095,14090348,7143697,18055167,14155883,7078163,18120703,14221418,7012628,18251775,14286953,6947094,18317311,14352663,18382847,14418024,6881560,18448383,14483559,6816025,18513919,14549094,6750490,18644991,14614629,6684956,18710527,14680164,6619421,18776063,14745886,18841599,14811235,6553887,18907135,14876770,6488352,18972671,14942305,6422817,19103743,15007840,6357283,19169279,15073375,6291748,19234815,15138910,6226213,19300351,15204445,6160678,19365887,15269980,6095143,19496959,15335515,6029609,19562495,15401050,5964074,19628031,15466585,5898539,19693567,15532117,5833004,19759103,15597642,5570861,19824639,15663172,4849966,19955711,15728944,20021247,15794243,4456753,20086783,15860018,20152319,15925315,20152319,2147418112};
  953.     end;
  954.     Duration is 2147483647;
  955.     Looping is false;
  956.     Rate is 100;
  957.     TimeScale is 1000;
  958.     URLOption is cURLOption with
  959.     end;
  960.     Kind is cTransparentBoxKind with
  961.     end;
  962.     release Editor:
  963.     end;
  964.     Events is [
  965.         cMouseUpEvent with
  966.             Flags is 4;
  967.             Flag is true;
  968.             Commands is [
  969.                 cQTTransitionCommand with
  970.                     Flags is 4;
  971.                     Transition is cQTTransition with
  972.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  973.                     end;
  974.                     Duration is 30;
  975.                     TimeScale is 60;
  976.                     WrongWay is false;
  977.                 end,
  978.                 cBrowseCommand with
  979.                     Flags is 4;
  980.                     Target is cTarget with
  981.                         ID is oTargetRoot;
  982.                     end;
  983.                     All is false;
  984.                     URLOption is cDiskURLOption with
  985.                         URL is "Media/Interface/Bonusrouge.xd";
  986.                     end;
  987.                 end
  988.             ];
  989.         end
  990.     ];
  991.     TimeLine is cTimeLine with
  992.         Flags is 0;
  993.         Duration is 0;
  994.         Start is 0;
  995.         Stop is 0;
  996.         Time is 0;
  997.         TimeScale is 1000;
  998.     end;
  999. end;
  1000.  
  1001. object O_PIXMANIA_15 is cBox with
  1002.     Flags is 336;
  1003.     Name is "PIXMANIA";
  1004.     Autorun is false;
  1005.     Clipping is false;
  1006.     Enabled is true;
  1007.     Shown is true;
  1008.     Cursor is oEarthCursor;
  1009.     XAdjuster is cLayoutLeftAdjuster with
  1010.         Delta is 504;
  1011.     end;
  1012.     YAdjuster is cLayoutTopAdjuster with
  1013.         Delta is 419;
  1014.     end;
  1015.     WidthAdjuster is cCustomWidthAdjuster with
  1016.         Delta is 194;
  1017.     end;
  1018.     HeightAdjuster is cCustomHeightAdjuster with
  1019.         Delta is 56;
  1020.     end;
  1021.     Region is cRegion with
  1022.         Coordinates is {-65320,131072,3408058,131111,2981887,196640,2555949,3440639,262172,2097204,3702783,327707,1867775,393241,1769528,3768319,458776,1638457,3833855,524310,1605631,589845,1441850,3899391,655379,1409023,720913,1277951,786448,1146879,851982,1081343,917517,950271,983047,884735,1048577,491519,1114171,8093695,1179771,12222463,1310721,163839,1572864,163839,3211264,2129919,3276832,6127615,3342429,10190847,3408027,12222463,2147418112};
  1023.     end;
  1024.     Duration is 2147483647;
  1025.     Looping is false;
  1026.     Rate is 100;
  1027.     TimeScale is 1000;
  1028.     URLOption is cURLOption with
  1029.     end;
  1030.     Kind is cTransparentBoxKind with
  1031.     end;
  1032.     release Editor:
  1033.         WindowState is {256,44,1427,878,0,0,0,0};
  1034.     end;
  1035.     Events is [
  1036.         cMouseUpEvent with
  1037.             Flags is 4;
  1038.             Flag is true;
  1039.             Commands is [
  1040.                 cLaunchCommand with
  1041.                     Flags is 4;
  1042.                     Mode is ExecuteBrowser;
  1043.                     URLOption is cSiteURLOption with
  1044.                         URL is "//www.pixmania.com";
  1045.                     end;
  1046.                     WithURLOption is cURLOption with
  1047.                     end;
  1048.                 end
  1049.             ];
  1050.         end
  1051.     ];
  1052.     TimeLine is cTimeLine with
  1053.         Flags is 0;
  1054.         Duration is 0;
  1055.         Start is 0;
  1056.         Stop is 0;
  1057.         Time is 0;
  1058.         TimeScale is 1000;
  1059.     end;
  1060. end;
  1061.  
  1062. object O_CINE_LIVE_COM_16 is cBox with
  1063.     Flags is 0;
  1064.     Name is "Cine LIVE.COm";
  1065.     Autorun is false;
  1066.     Clipping is false;
  1067.     Enabled is true;
  1068.     Shown is true;
  1069.     Cursor is oEarthCursor;
  1070.     XAdjuster is cLayoutLeftAdjuster with
  1071.         Delta is 217;
  1072.     end;
  1073.     YAdjuster is cLayoutTopAdjuster with
  1074.         Delta is 397;
  1075.     end;
  1076.     WidthAdjuster is cCustomWidthAdjuster with
  1077.         Delta is 94;
  1078.     end;
  1079.     HeightAdjuster is cCustomHeightAdjuster with
  1080.         Delta is 125;
  1081.     end;
  1082.     Region is cRegion with
  1083.         Coordinates is {-65526,262152,7929948};
  1084.     end;
  1085.     Duration is 2147483647;
  1086.     Looping is false;
  1087.     Rate is 100;
  1088.     TimeScale is 1000;
  1089.     URLOption is cURLOption with
  1090.     end;
  1091.     Kind is cTransparentBoxKind with
  1092.     end;
  1093.     release Editor:
  1094.         WindowState is {256,44,1427,878,0,0,0,0};
  1095.     end;
  1096.     Events is [
  1097.         cMouseUpEvent with
  1098.             Flags is 4;
  1099.             Flag is true;
  1100.             Commands is [
  1101.                 cLaunchCommand with
  1102.                     Flags is 0;
  1103.                     Mode is ExecuteBrowser;
  1104.                     URLOption is cSiteURLOption with
  1105.                         URL is "//www.cinelive.com";
  1106.                     end;
  1107.                     WithURLOption is cURLOption with
  1108.                     end;
  1109.                 end
  1110.             ];
  1111.         end
  1112.     ];
  1113.     TimeLine is cTimeLine with
  1114.         Flags is 0;
  1115.         Duration is 0;
  1116.         Start is 0;
  1117.         Stop is 0;
  1118.         Time is 0;
  1119.         TimeScale is 1000;
  1120.     end;
  1121. end;
  1122.  
  1123. object O_CINE_LIVE_COM_17 is cBox with
  1124.     Flags is 0;
  1125.     Name is "Cine LIVE.COm";
  1126.     Autorun is false;
  1127.     Clipping is false;
  1128.     Enabled is true;
  1129.     Shown is true;
  1130.     Cursor is oEarthCursor;
  1131.     XAdjuster is cLayoutLeftAdjuster with
  1132.         Delta is 27;
  1133.     end;
  1134.     YAdjuster is cLayoutTopAdjuster with
  1135.         Delta is 436;
  1136.     end;
  1137.     WidthAdjuster is cCustomWidthAdjuster with
  1138.         Delta is 58;
  1139.     end;
  1140.     HeightAdjuster is cCustomHeightAdjuster with
  1141.         Delta is 85;
  1142.     end;
  1143.     Region is cRegion with
  1144.         Coordinates is {-65526,196613,5374009};
  1145.     end;
  1146.     Duration is 2147483647;
  1147.     Looping is false;
  1148.     Rate is 100;
  1149.     TimeScale is 1000;
  1150.     URLOption is cURLOption with
  1151.     end;
  1152.     Kind is cTransparentBoxKind with
  1153.     end;
  1154.     release Editor:
  1155.         WindowState is {256,44,1427,878,0,0,0,0};
  1156.     end;
  1157.     Events is [
  1158.         cMouseUpEvent with
  1159.             Flags is 4;
  1160.             Flag is true;
  1161.             Commands is [
  1162.                 cLaunchCommand with
  1163.                     Flags is 0;
  1164.                     Mode is ExecuteBrowser;
  1165.                     URLOption is cSiteURLOption with
  1166.                         URL is "//www.cinelive.com";
  1167.                     end;
  1168.                     WithURLOption is cURLOption with
  1169.                     end;
  1170.                 end
  1171.             ];
  1172.         end
  1173.     ];
  1174.     TimeLine is cTimeLine with
  1175.         Flags is 0;
  1176.         Duration is 0;
  1177.         Start is 0;
  1178.         Stop is 0;
  1179.         Time is 0;
  1180.         TimeScale is 1000;
  1181.     end;
  1182. end;
  1183.  
  1184. object O_FILMOGRAPHIE_18 is cBox with
  1185.     Flags is 336;
  1186.     Name is "Filmographie";
  1187.     Autorun is false;
  1188.     Clipping is false;
  1189.     Enabled is true;
  1190.     Shown is true;
  1191.     Cursor is oFingerCursor;
  1192.     XAdjuster is cLayoutLeftAdjuster with
  1193.         Delta is 697;
  1194.     end;
  1195.     YAdjuster is cLayoutTopAdjuster with
  1196.         Delta is 383;
  1197.     end;
  1198.     WidthAdjuster is cCustomWidthAdjuster with
  1199.         Delta is 73;
  1200.     end;
  1201.     HeightAdjuster is cCustomHeightAdjuster with
  1202.         Delta is 46;
  1203.     end;
  1204.     Region is cRegion with
  1205.         Coordinates is {-65332,327684,2818119,327744,4358143,393274,4227071,458804,3801154,4423679,524334,3440639,589864,3047423,655395,2654207,720925,2326527,786455,1933311,851985,1540095,917515,1114179,4489215,983045,753663,1048580,360447,1310788,4554751,1704005,4620287,1900548,360447,2162758,4685823,2424899,4685823,2490424,4423679,2555949,3702783,2621474,2981887,2686999,2260991,2752524,1540095,2818053,819199,2147418112};
  1206.     end;
  1207.     Duration is 2147483647;
  1208.     Looping is false;
  1209.     Rate is 100;
  1210.     TimeScale is 1000;
  1211.     URLOption is cURLOption with
  1212.     end;
  1213.     Kind is cTransparentBoxKind with
  1214.     end;
  1215.     release Editor:
  1216.     end;
  1217.     Events is [
  1218.         cMouseUpEvent with
  1219.             Flags is 4;
  1220.             Flag is true;
  1221.             Commands is [
  1222.                 cQTTransitionCommand with
  1223.                     Flags is 4;
  1224.                     Transition is cQTTransition with
  1225.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  1226.                     end;
  1227.                     Duration is 30;
  1228.                     TimeScale is 60;
  1229.                     WrongWay is false;
  1230.                 end,
  1231.                 cBrowseCommand with
  1232.                     Flags is 4;
  1233.                     Target is cTarget with
  1234.                         ID is oTargetRoot;
  1235.                     end;
  1236.                     All is false;
  1237.                     URLOption is cDiskURLOption with
  1238.                         URL is "Media/Interface/mm1.xd";
  1239.                     end;
  1240.                 end
  1241.             ];
  1242.         end
  1243.     ];
  1244.     TimeLine is cTimeLine with
  1245.         Flags is 0;
  1246.         Duration is 0;
  1247.         Start is 0;
  1248.         Stop is 0;
  1249.         Time is 0;
  1250.         TimeScale is 1000;
  1251.     end;
  1252. end;
  1253.  
  1254. object O_AVANT_PREMIERE_20 is cBox with
  1255.     Flags is 337;
  1256.     Name is "Avant premiere";
  1257.     Autorun is false;
  1258.     Clipping is false;
  1259.     Enabled is true;
  1260.     Shown is true;
  1261.     Cursor is oFingerCursor;
  1262.     XAdjuster is cLayoutLeftAdjuster with
  1263.         Delta is 695;
  1264.     end;
  1265.     YAdjuster is cLayoutTopAdjuster with
  1266.         Delta is 425;
  1267.     end;
  1268.     WidthAdjuster is cCustomWidthAdjuster with
  1269.         Delta is 87;
  1270.     end;
  1271.     HeightAdjuster is cCustomHeightAdjuster with
  1272.         Delta is 77;
  1273.     end;
  1274.     Region is cRegion with
  1275.         Coordinates is {-65360,3,4653141,75,5275647,65600,4947967,131125,4227071,196650,3506175,262175,2785279,327700,2064383,393225,1310800,5341183,458755,622591,1179651,294911,1245265,5406719,2162770,5472255,2555908,360447,3014739,5537791,3866708,5603327,3932165,425983,4390988,5603327,4456504,5013503,4522021,3702783,4587537,2457599,4653062,1146879,2147418112};
  1276.     end;
  1277.     Duration is 2147483647;
  1278.     Looping is false;
  1279.     Rate is 100;
  1280.     TimeScale is 1000;
  1281.     URLOption is cURLOption with
  1282.     end;
  1283.     Kind is cTransparentBoxKind with
  1284.     end;
  1285.     release Editor:
  1286.     end;
  1287.     Events is [
  1288.         cMouseUpEvent with
  1289.             Flags is 8196;
  1290.             Flag is true;
  1291.             Commands is [
  1292.                 cQTTransitionCommand with
  1293.                     Flags is 8196;
  1294.                     Transition is cQTTransition with
  1295.                         Description is "\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$8Csean\$00\$00\$00\$01\$00\$00\$00\$03\$00\$00\$00\$00\$00\$00\$00\$18what\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00dslv\$00\$00\$00\$18srcs\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$02\$00\$00\$00Hpcnt\$00\$00\$00\$01\$00\$00\$00\$02\$00\$00\$00\$00\$00\$00\$00\$18twnt\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$03\$00\$00\$00\$1Cdata\$00\$00\$00\$01\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$00\$01\$00\$00";
  1296.                     end;
  1297.                     Duration is 30;
  1298.                     TimeScale is 60;
  1299.                     WrongWay is false;
  1300.                 end,
  1301.                 cBrowseCommand with
  1302.                     Flags is 8196;
  1303.                     Target is cTarget with
  1304.                         ID is oTargetRoot;
  1305.                     end;
  1306.                     All is false;
  1307.                     URLOption is cDiskURLOption with
  1308.                         URL is "Media/Interface/Pubishanti.xd";
  1309.                     end;
  1310.                 end
  1311.             ];
  1312.         end
  1313.     ];
  1314.     TimeLine is cTimeLine with
  1315.         Flags is 0;
  1316.         Duration is 0;
  1317.         Start is 0;
  1318.         Stop is 0;
  1319.         Time is 0;
  1320.         TimeScale is 1000;
  1321.     end;
  1322. end;
  1323.  
  1324. object O_CPP_COM_21 is cBox with
  1325.     Flags is 336;
  1326.     Name is "CPP.COm";
  1327.     Autorun is false;
  1328.     Clipping is false;
  1329.     Enabled is true;
  1330.     Shown is true;
  1331.     Cursor is oEarthCursor;
  1332.     XAdjuster is cLayoutLeftAdjuster with
  1333.         Delta is 695;
  1334.     end;
  1335.     YAdjuster is cLayoutTopAdjuster with
  1336.         Delta is 474;
  1337.     end;
  1338.     WidthAdjuster is cCustomWidthAdjuster with
  1339.         Delta is 93;
  1340.     end;
  1341.     HeightAdjuster is cCustomHeightAdjuster with
  1342.         Delta is 86;
  1343.     end;
  1344.     Region is cRegion with
  1345.         Coordinates is {-65304,2097155,5308506,2097156,753663,2162699,1933311,2228253,3178495,2293808,4358143,2359362,4947967,2490442,4947967,2752585,4882431,3014728,4816895,3276871,4751359,3342339,294911,3407929,4685823,3735608,3768319,4063288,4227071,4128832,5341183,4194385,5865471,4587523,491519,4653063,1015807,4718607,1507417,5931007,4784151,2064383,4849695,2588671,4915239,3047423,4980782,3571711,5046326,4095999,5111870,4620287,5177414,5144575,5242958,5668863,5308502,5931007,2147418112};
  1346.     end;
  1347.     Duration is 2147483647;
  1348.     Looping is false;
  1349.     Rate is 100;
  1350.     TimeScale is 1000;
  1351.     URLOption is cURLOption with
  1352.     end;
  1353.     Kind is cTransparentBoxKind with
  1354.     end;
  1355.     release Editor:
  1356.     end;
  1357.     Events is [
  1358.         cMouseUpEvent with
  1359.             Flags is 4;
  1360.             Flag is true;
  1361.             Commands is [
  1362.                 cLaunchCommand with
  1363.                     Flags is 4;
  1364.                     Mode is ExecuteBrowser;
  1365.                     URLOption is cSiteURLOption with
  1366.                         URL is "//www.cyberpress-publishing.com";
  1367.                     end;
  1368.                     WithURLOption is cURLOption with
  1369.                     end;
  1370.                 end
  1371.             ];
  1372.         end
  1373.     ];
  1374.     TimeLine is cTimeLine with
  1375.         Flags is 0;
  1376.         Duration is 0;
  1377.         Start is 0;
  1378.         Stop is 0;
  1379.         Time is 0;
  1380.         TimeScale is 1000;
  1381.     end;
  1382. end;
  1383.  
  1384. object O_BOUCLE_VIDEO_22 is cBox with
  1385.     Flags is 336;
  1386.     Name is "Boucle Video";
  1387.     Autorun is false;
  1388.     Clipping is false;
  1389.     Enabled is true;
  1390.     Shown is true;
  1391.     XAdjuster is cLayoutLeftAdjuster with
  1392.         Delta is 21;
  1393.     end;
  1394.     YAdjuster is cLayoutTopAdjuster with
  1395.         Delta is 577;
  1396.     end;
  1397.     WidthAdjuster is cCustomWidthAdjuster with
  1398.         Delta is 161;
  1399.     end;
  1400.     HeightAdjuster is cCustomHeightAdjuster with
  1401.         Delta is 18;
  1402.     end;
  1403.     Region is cRegion with
  1404.         Coordinates is {-65526,0,1114271};
  1405.     end;
  1406.     Duration is 2147483647;
  1407.     Looping is false;
  1408.     Rate is 100;
  1409.     TimeScale is 1000;
  1410.     URLOption is cURLOption with
  1411.     end;
  1412.     Kind is cTransparentBoxKind with
  1413.     end;
  1414.     release Editor:
  1415.     end;
  1416.     Events is [
  1417.         cMouseUpEvent with
  1418.             Flags is 4;
  1419.             Flag is true;
  1420.             Commands is [
  1421.                 cBrowseCommand with
  1422.                     Flags is 0;
  1423.                     Target is cTarget with
  1424.                         ID is oTargetRoot;
  1425.                     end;
  1426.                     All is false;
  1427.                     URLOption is cDiskURLOption with
  1428.                         URL is "Media/Interface/Bouclevideo.xd";
  1429.                     end;
  1430.                 end
  1431.             ];
  1432.         end
  1433.     ];
  1434.     TimeLine is cTimeLine with
  1435.         Flags is 0;
  1436.         Duration is 0;
  1437.         Start is 0;
  1438.         Stop is 0;
  1439.         Time is 0;
  1440.         TimeScale is 1000;
  1441.     end;
  1442. end;
  1443.  
  1444. object O_QUITTER_23 is cBox with
  1445.     Flags is 336;
  1446.     Name is "QUITTER";
  1447.     Autorun is false;
  1448.     Clipping is false;
  1449.     Enabled is true;
  1450.     Shown is true;
  1451.     XAdjuster is cLayoutLeftAdjuster with
  1452.         Delta is 179;
  1453.     end;
  1454.     YAdjuster is cLayoutTopAdjuster with
  1455.         Delta is 577;
  1456.     end;
  1457.     WidthAdjuster is cCustomWidthAdjuster with
  1458.         Delta is 159;
  1459.     end;
  1460.     HeightAdjuster is cCustomHeightAdjuster with
  1461.         Delta is 19;
  1462.     end;
  1463.     Region is cRegion with
  1464.         Coordinates is {-65526,0,1179805};
  1465.     end;
  1466.     Duration is 2147483647;
  1467.     Looping is false;
  1468.     Rate is 100;
  1469.     TimeScale is 1000;
  1470.     URLOption is cURLOption with
  1471.     end;
  1472.     Kind is cTransparentBoxKind with
  1473.     end;
  1474.     release Editor:
  1475.     end;
  1476.     Events is [
  1477.         cMouseUpEvent with
  1478.             Flags is 4;
  1479.             Flag is true;
  1480.             Commands is [
  1481.                 cBrowseCommand with
  1482.                     Flags is 0;
  1483.                     Target is cTarget with
  1484.                         ID is oTargetRoot;
  1485.                     end;
  1486.                     All is false;
  1487.                     URLOption is cDiskURLOption with
  1488.                         URL is "Media/Interface/Ours.xd";
  1489.                     end;
  1490.                 end
  1491.             ];
  1492.         end
  1493.     ];
  1494.     TimeLine is cTimeLine with
  1495.         Flags is 0;
  1496.         Duration is 0;
  1497.         Start is 0;
  1498.         Stop is 0;
  1499.         Time is 0;
  1500.         TimeScale is 1000;
  1501.     end;
  1502. end;
  1503.  
  1504. object O_MUSIC_24 is cSoundPro with
  1505.     Flags is 16;
  1506.     Name is "music";
  1507.     Autorun is false;
  1508.     Clipping is false;
  1509.     Enabled is false;
  1510.     Shown is false;
  1511.     XAdjuster is cLayoutLeftAdjuster with
  1512.         Delta is -59;
  1513.     end;
  1514.     YAdjuster is cLayoutTopAdjuster with
  1515.         Delta is -20;
  1516.     end;
  1517.     WidthAdjuster is cCustomWidthAdjuster with
  1518.         Delta is 82;
  1519.     end;
  1520.     HeightAdjuster is cCustomHeightAdjuster with
  1521.         Delta is 40;
  1522.     end;
  1523.     Region is cRegion with
  1524.         Coordinates is {-65332,2,2621514,60,4489215,65590,3932228,4554751,131120,3571711,196650,3178495,262180,2785279,327709,2392063,393239,1933311,458769,1507397,4620287,524299,1146879,589829,753663,655362,360447,720898,229375,852038,4685823,1179719,4751359,1572936,4816895,1966153,4882431,2228294,4882431,2293820,4620287,2359346,3964927,2424872,3309567,2490397,2654207,2555923,1933311,2621443,1277951,2147418112};
  1525.     end;
  1526.     Duration is 0;
  1527.     Looping is true;
  1528.     Rate is 100;
  1529.     TimeScale is 1000;
  1530.     URLOption is cURLOption with
  1531.         URL is "../Sons/1.mp3";
  1532.     end;
  1533.     OpenAtStart is true;
  1534.     CloseAtStop is false;
  1535.     FillAllBuffers is false;
  1536.     StreamingOption is 2;
  1537.     FirstBufferSize is 32768;
  1538.     NumberOfBuffers is 2;
  1539.     BuffersSize is 32768;
  1540.     BufferAtLeast is 2;
  1541.     CrossfadeDuration is 2147483647;
  1542.     CrossfadeTimeScale is 1000;
  1543.     release Editor:
  1544.     end;
  1545.     TimeLine is cTimeLine with
  1546.         Flags is 0;
  1547.         Duration is 0;
  1548.         Start is 0;
  1549.         Stop is 0;
  1550.         Time is 0;
  1551.         TimeScale is 1000;
  1552.     end;
  1553. end;
  1554.  
  1555.